home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3numesh.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_NURBSMESHTOOLGADGET_H = 1;
- include("real/primgad/s3primgd.js")
-
-
- var R3CLID_NURBSMESHTOOLGADGET = 624;
-
-
-
-
- // Description: These methods are used for internal mapchanges. The nurbsmeshtoolgadget sends these methods to itself
- // when one of the nurbs specifice buttons is clicked by the user.
-
- R3NMTGM_DEFINETEXTUREUV = 624010;
-
- function mR3NMTGM_DEFINETEXTUREUV() {
- DoA(this.r3obj, 624010, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Nurbsmeshtoolgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_NURBSMESHTOOLGADGET, arguments);
- }
- // Methods
- this.DEFINETEXTUREUV=mR3NMTGM_DEFINETEXTUREUV;
-
- // Attributes
- }
-
- r3Nurbsmeshtoolgadget.prototype=new r3Primtoolgadget;
- // s3numesh.h_H